██    ██ ██    ██  ██████  ██  ██████  ██    ██ ███████ ██████  ██    ██ 
     ██  ██  ██    ██ ██       ██ ██    ██ ██    ██ ██      ██   ██  ██  ██  
      ████   ██    ██ ██   ███ ██ ██    ██ ██    ██ █████   ██████    ████   
       ██    ██    ██ ██    ██ ██ ██ ▄▄ ██ ██    ██ ██      ██   ██    ██    
       ██     ██████   ██████  ██  ██████   ██████  ███████ ██   ██    ██    
                                      ▀▀                                     
    
Timeline - Execution started 21/03/2024 12:36 UTC
By Guilherme Ruiz

Table of Contents ¶

  • 1  Data preparation
    • 1.1  Load data
    • 1.2  Format data
    • 1.3  Merge data
  • 4  Data visualization
    • 4.1  First releases
      • 4.1.1  By region
    • 4.1  Last releases
      • 4.1.1  By region
    • 4.2  All Releases
      • 4.2.1  By card type
      • 4.2.2  By primary type
      • 4.2.3  By secondary type
      • 4.2.4  By attribute
      • 4.2.5  By monster type
      • 4.2.6  By Level/Rank
      • 4.2.7  By ATK
      • 4.2.8  By DEF
      • 4.2.9  By pendulum scale
      • 4.2.10  By link
  • 5  Debug
    • 5.1 Merge failed
  • 6  Epilogue
    • 6.1  HTML export

Data preparation¶

Load data¶

cards file loaded

speed file loaded

sets file loaded

Format data¶

Merge data¶

Data visualization¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Card page URL Artwork Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank TCG Speed Duel status Character Set Card number Rarity Print Quantity Region Set page URL Release Series Set type Cover card Modification date
Loading... (need help?)

First releases¶

Obs: Only the first release of an individual card name

First release
Name
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By region¶

First release
Region Name
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
No description has been provided for this image

Last releases¶

Obs: Only the last release of an individual card name

Last release
Name
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By region¶

Last release
Region Name
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
No description has been provided for this image

All Releases¶

Obs: All releases includes reprints

/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By card type¶

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Card type
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2927: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy2 = dy.resample("Y").sum()
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By primary type¶

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Primary type
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2927: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy2 = dy.resample("Y").sum()
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By secondary type¶

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Secondary type
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2927: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy2 = dy.resample("Y").sum()
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By attribute¶

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Attribute
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2927: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy2 = dy.resample("Y").sum()
/home/jovyan/yugiquery/source/yugiquery.py:3125: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(dy.index.max(), inplace=True)
No description has been provided for this image

By monster type¶

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Monster type
Loading... (need help?)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
/home/jovyan/yugiquery/source/yugiquery.py:2913: FutureWarning: 'Y' is deprecated and will be removed in a future version, please use 'YE' instead.
  dy.resample("Y").sum(),
/home/jovyan/yugiquery/source/yugiquery.py:2921: FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
  dy.resample("M").sum(), label="Monthly rate", c=colors[2], antialiased=True
/home/jovyan/yugiquery/source/yugiquery.py:3027: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  bg["end"].fillna(df.index.max(), inplace=True)
No description has been provided for this image

By Level/Rank¶

No description has been provided for this image

By ATK¶

No description has been provided for this image

By DEF¶

No description has been provided for this image

By pendulum scale¶

No description has been provided for this image

By link¶

No description has been provided for this image

Debug¶

Merge failed¶

Name Password Card type Property Archseries Effect type TCG status OCG status Page name Page URL Artwork Modification date Errata Attribute Primary type Secondary type Monster type DEF Pendulum Scale Link Link Arrows ATK Level/Rank index
Loading... (need help?)
Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card index
Loading... (need help?)

Epilogue¶

Execution completed 21/03/2024 12:41 UTC

HTML export¶

Notebook saved to disk